home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Monkey Lander.swf / scripts / frame_184 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  173 b   |  12 lines

  1. if(2 < lives)
  2. {
  3.    sndBonus.start();
  4.    _root.score += 400;
  5.    _root.txtScore = _root.score;
  6.    headBonus1.gotoAndPlay("start");
  7. }
  8. else
  9. {
  10.    sndBuzzer.start();
  11. }
  12.